#site-box { 
width :1070px ;
height:768px;
}


body{
background-image: url("G-2.png");/*背景画像URL*/
background-repeat: no-repeat;/*壁紙の表示方法*/
background-attachment:;/*背景壁紙固定なし*/ 
background-position:left;/*背景の表示位置*/

color:;

}
body { background-color:white; }



#a-box {
width :500px ;
position:absolute;
}
.class1{
text-decoration:none;
font-size:24px;
font-family:Times New Roman;
color:;
position:absolute;
top:80pt;
right:0pt;
bottom:0pt;
left:10pt;
}


#b-box{position:absolute;
width:500px;
}
.class2{
text-decoration:underline;
font-size:17px;
position:absolute;
top:240pt;
right:0pt;
bottom:0pt;
left:10pt;
}

.class5{
text-decoration:underline;
font-size:17px;
position:absolute;
top:150pt;
right:0pt;
bottom:0pt;
left:10pt;}




a.class3{
display:block;/*テキストをボックスにする*/
position:absolute;top:240px; right:0px; left:8px;
width:200px;/*ボックスの幅指定（画像に合わせる）*/
height:39px;/*ボックスの高さ指定（画像に合わせる）*/
background-image:url("hasuike.png");
background-position:right;/*画像表示位置*/
background-repeat:no-repeat;/*リピートなし指定*/
color:black;/*フォントカラー*/
font-size:16px;/*フォントサイズ*/
letter-spacing:2px;/*フォントの間隔*/
font-weight:900;/*太字指定*/
text-decoration:none;/*ライン指定*/
padding-top:30px; padding-right:20px;/*文字の表示位置の細かい指定*/
text-align:right;/*文字真ん中表示指定*/
}
a.class3:hover{
background-image:url(hasuike2.png);
color:black;/*リンクに触れたときの文字カラー*/}



a.class4{
display:block;/*テキストをボックスにする*/
position:absolute;top:365px; right:0px; left:8px;
width:180px;/*ボックスの幅指定（画像に合わせる）*/
height:39px;/*ボックスの高さ指定（画像に合わせる）*/
background-image:url("okumuracl.png");
background-position:right;/*画像表示位置*/
background-repeat:no-repeat;/*リピートなし指定*/
color:black;/*フォントカラー*/
font-size:16px;/*フォントサイズ*/
letter-spacing:2px;/*フォントの間隔*/
font-weight:900;/*太字指定*/
text-decoration:none;/*ライン指定*/
padding-top:30px; padding-right:20px;/*文字の表示位置の細かい指定*/
text-align:right;/*文字真ん中表示指定*/
}
a.class4:hover{
background-image:url(okumuracl2.png);
color:black;/*リンクに触れたときの文字カラー*/}



#e-box {
width :70px;
height:25px;
border:;
position:absolute;
top:450pt;
right:0pt;
bottom:0pt;
left:625pt;
}

a.rol{
display:block;/*テキストをボックスにする*/
width:235px;/*ボックスの幅指定（画像に合わせる）*/
height:90px;/*ボックスの高さ指定（画像に合わせる）*/
background-image:url(back3.png);
background-position:left top;/*画像表示位置*/
background-repeat:no-repeat;/*リピートなし指定*/

}
a.rol:hover{
background-image:url(back3-2.png);
color:#585858;/*リンクに触れたときの文字カラー*/}
